home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-15 | 825 b | 27 lines | [TEXT/GEOL] |
- Item 7732824 13-June-90 08:06PDT
-
- From: A14 Carnegie Mellon, Rob Chandok,PRA
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: PostCommand
-
- In 2.0 final: I think PostCommand should have checks for NIL and gNoChanges, so
- that code to Post a command is cleaner to write (besides, it would be more
- robust). You don't want to post either of these. I would like to write (in a
- doChoice method):
-
- PostCommand(DoMenuCommand(foo));
-
- But sometimes DoMenuCommand can return gNoChanges.
-
-
- Also, I also have had my sahre of surprises with views that are not shown doing
- things (like drawing). Any comment on what the right set of fixes are from the
- MacApp folks at Apple? Please?
-
- Rob
-
- ps: I *love* having the functionality of PostCommand!
-
-